home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-10-19 | 544 b | 30 lines |
- NAME = Garshneblanker
- INSTALL = /GBlanker/Garshneblanker
-
- CC = SC
- LD = SLink
-
- OBJS = main.o winhand.o prefs.o module.o cxhand.o libraries.o handlers.o Garshneblanker.o
-
- all: $(OBJS)
- $(CC) LINK $(OBJS) PNAME $(NAME)
- Delete FORCE QUIET $(NAME).lnk
-
- Garshneblanker.o: Garshneblanker.c
- $(CC) IGN=100 IGN=147 IGN=154 $*.c
-
- .c.o:
- $(CC) $*.c
-
- clean:
- Delete FORCE QUIET $(OBJS) $(NAME)
-
- install: all
- $(LD) FROM $(NAME) TO $(INSTALL) NODEBUG NOICONS
-
- bumprev:
- BumpRev 38 Garshneblanker
-
- revision: bumprev
- Delete FORCE QUIET Garshneblanker_rev.i
-